home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / STORE.DXR / Internal_14_BANNER 1.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  305 b   |  15 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to "Ban1glow"
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to "Ban1"
  9. end
  10.  
  11. on mouseDown me
  12.   set the member of sprite the currentSpriteNum to "Ban1glow"
  13.   do(the text of field "sign1")
  14. end
  15.